home *** CD-ROM | disk | FTP | other *** search
/ Download Now 8 / Download Now V8.iso / Program / InternetTools / ApacheWebServer1.3.6 / apache_1_3_6_win32.exe / _SETUP.1 / service.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-04  |  328 b   |  14 lines

  1.  
  2. #ifndef SERVICE_H
  3. #define SERVICE_H
  4.  
  5. #ifdef WIN32
  6. int service_main(int (*main_fn)(int, char **), int argc, char **argv,
  7.                   char *service_name,
  8.                   int install_flag, int run_as_service);
  9. void service_set_status(int status);
  10. void service_cd();
  11. #endif /* WIN32 */
  12.  
  13. #endif /* SERVICE_H */
  14.